{% extends 'base.html' %} {% load static %} {% block head_title %}{{ user.username }} | Django Blog{% endblock head_title %} {% block content %}
Last login on: {{ user.last_login }}
Edit your profile
Change password
{{ user.profile.about_me }}